home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 November / PCU1104CD1.iso / resource / design / files / advefft.exe / {app} / templates / dissolvemessage.swf / scripts / frame_8 / DoAction.as
Encoding:
Text File  |  2004-04-29  |  260 b   |  20 lines

  1. if(getProperty("mama", _currentframe) == 9)
  2. {
  3.    ii++;
  4.    if(ii >= maxitems)
  5.    {
  6.       ii = 0;
  7.    }
  8. }
  9. if(getProperty("mama", _currentframe) < 18)
  10. {
  11.    gotoAndPlay(_currentframe - 1);
  12. }
  13. else
  14. {
  15.    tellTarget("mama")
  16.    {
  17.       stop();
  18.    }
  19. }
  20.